home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1993 October: Windmill on DISC / ADC Developer CD (1993-10) (''Windmill On DISC'')_iso / Dev.CD Oct 93.iso / System Software / Printer Drivers / LW 8 v1.0.1 / LaserWriter 8.0 Disk 2 / Printing Tools / Printer Descriptions / LaserWriter Personal NTR < prev    next >
Encoding:
PostScript Printer Description  |  1993-04-30  |  13.7 KB  |  399 lines  |  [TEXT/????]

  1. *PPD-Adobe: "4.0"
  2. *FormatVersion: "4.0"
  3. *FileVersion: "1.6"
  4. *PCFileName: "APLWNTR1.PPD"
  5. *LanguageVersion: English
  6. *Product: "(LaserWriter Personal NTR)"
  7. *PSVersion: "(2010.129) 1"
  8. *ModelName: "Apple Personal LaserWriter NTR"
  9. *NickName: "Apple Personal LaserWriter NTR v2010.129"
  10.  
  11. *% === Options and Constraints =========
  12. *OpenGroup: InstallableOptions/Options Installed
  13. *OpenUI *Option1/Optional Paper Cassette: Boolean
  14. *DefaultOption1: False
  15. *Option1 True/Installed: ""
  16. *Option1 False/Not Installed: ""
  17. *CloseUI: *Option1
  18. *CloseGroup: InstallableOptions
  19.  
  20. *UIConstraints: *Option1 False *InputSlot Lower 
  21.  
  22. *% General Information and Defaults ===============
  23. *FreeVM: "1203433"
  24. *LanguageLevel: "2"
  25. *Protocols: BCP
  26. *ColorDevice: False
  27. *VariablePaperSize: False
  28. *FileSystem: False
  29. *Emulators: hplj
  30. *StartEmulate hplj: "currentfile /hpcl statusdict /emulate get exec "
  31. *StopEmulate hplj: "<1B7F>0"
  32. *Throughput: "4"
  33. *Password: "()"
  34. *ExitServer: "
  35.  count 0 eq
  36.  { false } { true exch startjob } ifelse
  37.  not {
  38.      (WARNING: Cannot modify initial VM.) =
  39.      (Missing or invalid password.) =
  40.      (Please contact the author of this software.) = flush quit
  41.      } if
  42. "
  43. *End
  44.  
  45. *Reset: "
  46.  count 0 eq
  47.  { false } { true exch startjob } ifelse
  48.  not {
  49.     (WARNING: Cannot reset printer.) =
  50.     (Missing or invalid password.) =
  51.     (Please contact the author of this software.) = flush quit
  52.     } if
  53.  systemdict /quit get exec
  54.  (WARNING : Printer Reset Failed.) = flush
  55. "
  56. *End
  57.  
  58. *DefaultResolution: 300dpi 
  59. *?Resolution: "
  60.   save
  61.     currentpagedevice /HWResolution get
  62.     0 get
  63.     (          ) cvs print
  64.     (dpi) = flush
  65.   restore
  66. "
  67. *End
  68.  
  69. *% Halftone Information ===============
  70. *ScreenFreq: "60.0"
  71. *ScreenAngle: "45.0"
  72. *DefaultScreenProc: Dot
  73. *ScreenProc Dot: "
  74. {abs  exch  abs  2 copy  add  1 gt  {1 sub  dup  mul  exch
  75. 1 sub  dup  mul  add  1 sub } {dup  mul  exch  dup  mul
  76. add  1 exch  sub } ifelse }
  77. "
  78. *End
  79. *ScreenProc Line: "{ pop }"
  80. *ScreenProc Ellipse: "{ dup 5 mul 8 div mul exch dup mul exch add sqrt 1 exch sub }"
  81.  
  82. *DefaultTransfer: Null
  83. *Transfer Null: "{ }"
  84. *Transfer Null.Inverse: "{ 1 exch sub }"
  85.  
  86. *% Paper Handling ===================
  87.  
  88. *% Code in this section both selects a tray and sets up a frame buffer.
  89. *OpenUI *PageSize: PickOne
  90. *OrderDependency: 30 AnySetup *PageSize
  91. *DefaultPageSize: Letter
  92. *PageSize Letter/US Letter: "
  93.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  94. *End
  95. *PageSize Legal/US Legal: "
  96.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  97. *End
  98. *PageSize A4: "
  99.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  100. *End
  101. *PageSize B5: "
  102.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  103. *End
  104. *PageSize LetterSmall/US Letter: "userdict /lettersmall get exec" 
  105. *PageSize A4Small/A4: "userdict /a4small get exec"
  106. *PageSize LegalSmall/US Legal:  "2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  107. *PageSize Monarch/Monarch Envelope Edge Fed: "
  108.     2 dict dup /PageSize [611 792] put dup /ImagingBBox null put setpagedevice"
  109. *End
  110. *PageSize Com10/Com10 Envelope Edge Fed: "
  111.     2 dict dup /PageSize [610 792] put dup /ImagingBBox null put setpagedevice"
  112. *End
  113. *?PageSize: "
  114.  save
  115.    currentpagedevice /PageSize get aload pop
  116.    2 copy gt {exch} if
  117.    (Unknown)
  118.   4 dict
  119.    dup [612 792] (Letter) put
  120.    dup [612 1008] (Legal) put
  121.    dup [595 842] (A4) put
  122.    dup [516 729] (B5) put
  123.  { exch aload pop 4 index sub abs 5 le exch
  124.    5 index sub abs 5 le and
  125.       {exch pop exit} {pop} ifelse
  126.    } bind forall
  127.    = flush pop pop
  128. restore
  129. "
  130. *End
  131. *CloseUI: *PageSize
  132.  
  133. *OpenUI *PageRegion: PickOne
  134. *OrderDependency: 40 AnySetup *PageRegion
  135. *DefaultPageRegion: Letter
  136. *PageRegion Letter/US Letter: "
  137.     2 dict dup /PageSize [612 792] put dup /ImagingBBox null put setpagedevice"
  138. *End
  139. *PageRegion Legal/US Legal: "
  140.     2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  141. *End
  142. *PageRegion A4: "
  143.     2 dict dup /PageSize [595 842] put dup /ImagingBBox null put setpagedevice"
  144. *End
  145. *PageRegion B5: "
  146.     2 dict dup /PageSize [516 729] put dup /ImagingBBox null put setpagedevice"
  147. *End
  148. *PageRegion LetterSmall/US Letter: "userdict /lettersmall get exec"
  149. *PageRegion A4Small/A4: "userdict /a4small get exec"
  150. *PageRegion LegalSmall/US Legal:  "2 dict dup /PageSize [612 1008] put dup /ImagingBBox null put setpagedevice"
  151. *PageRegion Monarch/Monarch Envelope Edge Fed: "
  152.     2 dict dup /PageSize [611 792] put dup /ImagingBBox null put setpagedevice"
  153. *End
  154. *PageRegion Com10/Com10 Envelope Edge Fed: "
  155.     2 dict dup /PageSize [610 792] put dup /ImagingBBox null put setpagedevice"
  156. *End
  157.  
  158. *CloseUI: *PageRegion
  159.  
  160. *% The following entries provide information about specific paper keywords.
  161. *DefaultImageableArea: Letter
  162. *ImageableArea Letter/US Letter: "14.16 5.4001 597.84 773.4 "
  163. *ImageableArea Legal/US Legal: "14.16 5.4 597.84 989.4 "
  164. *ImageableArea A4: "12.9601 3.6001 581.28 825.6 "
  165. *ImageableArea B5: "16.08 5.4 499.92 711.96 "
  166. *ImageableArea LetterSmall/US Letter: "31 31 583 761 "
  167. *ImageableArea A4Small/A4: "29 31 567 812 "
  168. *ImageableArea LegalSmall/US Legal: "64 54 548 954 "
  169. *ImageableArea Monarch/Monarch Envelope Edge Fed: "16.16 263 272 767.4 "
  170. *ImageableArea Com10/Com10 Envelope Edge Fed: "16.16 119 289 767.4 "
  171. *?ImageableArea: "
  172. save
  173.   /cvp { (                ) cvs print ( ) print } bind def
  174.   /upperright {10000 mul floor 10000 div} bind def
  175.   /lowerleft {10000 mul ceiling 10000 div} bind def
  176.   newpath clippath pathbbox
  177.   4 -2 roll exch 2 {lowerleft cvp} repeat
  178.   exch 2 {upperright cvp} repeat flush
  179.  restore
  180. "
  181. *End
  182.  
  183. *% These provide the physical dimensions of the paper (by keyword)
  184. *DefaultPaperDimension: Letter
  185. *PaperDimension Letter/US Letter: "612 792"
  186. *PaperDimension Legal/US Legal: "612 1008"
  187. *PaperDimension A4: "595 842"
  188. *PaperDimension B5: "516 729"
  189. *PaperDimension LetterSmall/US Letter: "612 792"
  190. *PaperDimension A4Small/A4: "595 842"
  191. *PaperDimension LegalSmall/US Legal: "612 1008"
  192. *PaperDimension Monarch/Monarch Envelope Edge Fed: "611 792"
  193. *PaperDimension Com10/Com10 Envelope Edge Fed: "610 792"
  194.  
  195. *RequiresPageRegion Upper: True
  196.  
  197. *OpenUI *ManualFeed/Manual Feed: Boolean
  198. *OrderDependency: 20 AnySetup *ManualFeed
  199. *DefaultManualFeed: False
  200. *ManualFeed True: "1 dict dup /ManualFeed true put setpagedevice"
  201. *ManualFeed False: "1 dict dup /ManualFeed false put setpagedevice"
  202. *?ManualFeed: "
  203.   save
  204.     currentpagedevice /ManualFeed get
  205.     {(True)}{(False)}ifelse = flush
  206.   restore
  207. "
  208. *End
  209. *CloseUI: *ManualFeed
  210.  
  211. *OpenUI *InputSlot: PickOne
  212. *OrderDependency: 20 AnySetup *InputSlot
  213. *DefaultInputSlot: Upper
  214. *InputSlot Upper/Multipurpose Tray : "
  215.    1 dict dup /ManualFeed true put setpagedevice"
  216. *End
  217. *InputSlot Lower/Paper Cassette: "
  218.   currentpagedevice /InputAttributes get
  219.   1 get dup
  220.   null eq {pop}
  221.   { dup
  222.     /InputAttributes
  223.     1 dict dup /Priority [1 0] put
  224.     put  setpagedevice
  225.   } ifelse "
  226. *End
  227. *?InputSlot: "
  228. save
  229.   2 dict
  230.   dup /1 (Lower) put
  231.   dup /0 (Upper) put
  232.   currentpagedevice /InputAttributes get
  233.   dup /Priority known
  234.   { /Priority get 0 get (      ) cvs cvn get }
  235.   {
  236.     dup length 1 eq
  237.     { {pop} forall (       ) cvs cvn get }
  238.     { pop pop (Unknown) } ifelse
  239.   } ifelse
  240.   = flush
  241. restore
  242. "
  243. *End
  244. *CloseUI: *InputSlot
  245.  
  246. *DefaultOutputBin:  OnlyOne
  247. *DefaultOutputOrder:  Normal
  248.  
  249. *% Font Information =====================
  250. *DefaultFont: Courier
  251. *Font AvantGarde-Book: Standard "(001.002)" Standard Standard ROM
  252. *Font AvantGarde-BookOblique: Standard "(001.002)" Standard Standard ROM
  253. *Font AvantGarde-Demi: Standard "(001.003)" Standard Standard ROM
  254. *Font AvantGarde-DemiOblique: Standard "(001.003)" Standard Standard ROM
  255. *Font Bookman-Demi: Standard "(001.003S)" Standard Standard ROM
  256. *Font Bookman-DemiItalic: Standard "(001.003S)" Standard Standard ROM
  257. *Font Bookman-Light: Standard "(001.003S)" Standard Standard ROM
  258. *Font Bookman-LightItalic: Standard "(001.003S)" Standard Standard ROM
  259. *Font Courier: Standard "(002.003)" Standard Standard ROM
  260. *Font Courier-Bold: Standard "(002.003)" Standard Standard ROM
  261. *Font Courier-BoldOblique: Standard "(002.003)" Standard Standard ROM
  262. *Font Courier-Oblique: Standard "(002.003)" Standard Standard ROM
  263. *Font Helvetica: Standard "(001.006S)" Standard Standard ROM
  264. *Font Helvetica-Bold: Standard "(001.007S)" Standard Standard ROM
  265. *Font Helvetica-BoldOblique: Standard "(001.007S)" Standard Standard ROM
  266. *Font Helvetica-Narrow: Standard "(001.006S)" Standard Standard ROM
  267. *Font Helvetica-Narrow-Bold: Standard "(001.007S)" Standard Standard ROM
  268. *Font Helvetica-Narrow-BoldOblique: Standard "(001.007S)" Standard Standard ROM
  269. *Font Helvetica-Narrow-Oblique: Standard "(001.006S)" Standard Standard ROM
  270. *Font Helvetica-Oblique: Standard "(001.006S)" Standard Standard ROM
  271. *Font NewCenturySchlbk-Bold: Standard "(001.008S)" Standard Standard ROM
  272. *Font NewCenturySchlbk-BoldItalic: Standard "(001.006S)" Standard Standard ROM
  273. *Font NewCenturySchlbk-Italic: Standard "(001.005S)" Standard Standard ROM
  274. *Font NewCenturySchlbk-Roman: Standard "(001.006S)" Standard Standard ROM
  275. *Font Palatino-Bold: Standard "(001.005S)" Standard Standard ROM
  276. *Font Palatino-BoldItalic: Standard "(001.005S)" Standard Standard ROM
  277. *Font Palatino-Italic: Standard "(001.005S)" Standard Standard ROM
  278. *Font Palatino-Roman: Standard "(001.005S)" Standard Standard ROM
  279. *Font Symbol: Special "(001.007S)" Special Special ROM
  280. *Font Times-Bold: Standard "(001.007S)" Standard Standard ROM
  281. *Font Times-BoldItalic: Standard "(001.009S)" Standard Standard ROM
  282. *Font Times-Italic: Standard "(001.007S)" Standard Standard ROM
  283. *Font Times-Roman: Standard "(001.007S)" Standard Standard ROM
  284. *Font ZapfChancery-MediumItalic: Standard "(001.006)" Standard Standard ROM
  285. *Font ZapfDingbats: Special "(001.004S)" Special Special ROM
  286. *?FontQuery: "
  287.  save
  288.    { count 1 gt
  289.       { exch dup 127 string cvs (/) print print (:) print
  290.         /Font resourcestatus {pop pop (Yes)} {(No)} ifelse =
  291.       } { exit } ifelse
  292.    } bind loop
  293.    (*) = flush
  294.  restore
  295. "
  296. *End
  297.  
  298. *?FontList: "
  299. save
  300.   (*) {cvn ==} 128 string /Font resourceforall
  301.   (*) = flush
  302. restore
  303. "
  304. *End
  305.  
  306. *% Printer Messages (verbatim from printer):
  307. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  308. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  309. *Message: "\FontName\ not found, using Courier"
  310.  
  311. *% Status (format: %%[ status: <one of these> ] %%)
  312. *Status: "idle"
  313. *Status: "busy"
  314. *Status: "waiting"
  315. *Status: "printing"
  316. *Status: "warming up"
  317. *Status: "PrinterError: cover open"
  318. *Status: "PrinterError: warming up"
  319. *Status: "PrinterError: toner cartridge missing or incorrect"
  320. *Status: "PrinterError: paper entry misfeed"
  321. *Status: "PrinterError: paper exit misfeed"
  322. *Status: "PrinterError: lower tray: out of paper"
  323. *Status: "PrinterError: lower tray: no paper tray"
  324. *Status: "PrinterError: fixing temperature malfunction"
  325. *Status: "PrinterError: scanner motor malfunction"
  326. *Status: "PrinterError: laser diode or scanning mirror malfunction"
  327. *Status: "PrinterError: test printing stage"
  328. *Status: "PrinterError: service call"
  329. *Status: "PrinterError: upper tray: out of paper"
  330. *Status: "PrinterError: upper tray: manual feed timeout"
  331. *Status: "PrinterError: waiting for manual feed"
  332.  
  333. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  334. *Source: "Serial"
  335. *Source: "SerialB"
  336. *Source: "LocalTalk"
  337. *Source: "Parallel"
  338. *Source: "Internal"
  339.  
  340. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  341. *PrinterError: "cover open"
  342. *PrinterError: "warming up"
  343. *PrinterError: "toner cartridge missing or incorrect"
  344. *PrinterError: "paper entry misfeed"
  345. *PrinterError: "paper exit misfeed"
  346. *PrinterError: "lower tray: out of paper"
  347. *PrinterError: "lower tray: no paper tray"
  348. *PrinterError: "fixing temperature malfunction"
  349. *PrinterError: "scanner motor malfunction"
  350. *PrinterError: "laser diode or scanning mirror malfunction"
  351. *PrinterError: "test printing stage"
  352. *PrinterError: "service call"
  353. *PrinterError: "upper tray: out of paper"
  354. *PrinterError: "upper tray: manual feed timeout"
  355. *PrinterError: "waiting for manual feed"
  356.  
  357. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  358.  
  359. *% Color Separation Information =====================
  360.  
  361. *DefaultColorSep: ProcessBlack.60lpi.300dpi/ 60 lpi / 300 dpi
  362.  
  363. *InkName: ProcessBlack/Process Black
  364. *InkName: CustomColor/Custom Color
  365. *InkName: ProcessCyan/Process Cyan
  366. *InkName: ProcessMagenta/Process Magenta
  367. *InkName: ProcessYellow/Process Yellow
  368.  
  369. *%  For 60 lpi / 300 dpi  ===============================
  370.  
  371. *ColorSepScreenAngle ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "45"
  372. *ColorSepScreenAngle CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "45"
  373. *ColorSepScreenAngle ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "15"
  374. *ColorSepScreenAngle ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "75"
  375. *ColorSepScreenAngle ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "0"
  376.  
  377. *ColorSepScreenFreq ProcessBlack.60lpi.300dpi/60 lpi / 300 dpi: "60"
  378. *ColorSepScreenFreq CustomColor.60lpi.300dpi/60 lpi / 300 dpi: "60"
  379. *ColorSepScreenFreq ProcessCyan.60lpi.300dpi/60 lpi / 300 dpi: "60"
  380. *ColorSepScreenFreq ProcessMagenta.60lpi.300dpi/60 lpi / 300 dpi: "60"
  381. *ColorSepScreenFreq ProcessYellow.60lpi.300dpi/60 lpi / 300 dpi: "60"
  382.  
  383. *%  For 53 lpi / 300 dpi  ===============================
  384.  
  385. *ColorSepScreenAngle ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  386. *ColorSepScreenAngle CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "45.0"
  387. *ColorSepScreenAngle ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "71.5651"
  388. *ColorSepScreenAngle ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "18.4349"
  389. *ColorSepScreenAngle ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "0.0"
  390.  
  391. *ColorSepScreenFreq ProcessBlack.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  392. *ColorSepScreenFreq CustomColor.53lpi.300dpi/53 lpi / 300 dpi: "53.033"
  393. *ColorSepScreenFreq ProcessCyan.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  394. *ColorSepScreenFreq ProcessMagenta.53lpi.300dpi/53 lpi / 300 dpi: "47.4342"
  395. *ColorSepScreenFreq ProcessYellow.53lpi.300dpi/53 lpi / 300 dpi: "50.0"
  396.  
  397. *% Last Edit Date: Apr 14 1993
  398. *% end of PPD file for Apple Personal LaserWriter NTR
  399.